home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
climatechaos.swf
/
scripts
/
frame_5
/
PlaceObject2_155_114
/
CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-12
|
444 b
|
26 lines
onClipEvent(load){
if(Story.isSave())
{
this.onRelease = function()
{
_root.gotoAndStop(6);
};
this.onRollOver = function()
{
this.gotoAndStop(2);
};
this.onRollOut = function()
{
this.gotoAndStop(1);
};
this.onPress = function()
{
this.gotoAndStop(3);
};
}
else
{
this._alpha = 30;
}
}